Clone Model
this will either clone or create a copy both dataset and model and create new instances of them
Provide the model ID of the Model to clone from
Also provide the Clone spec to clone a dataset with a filter and the model Or provide parameters to overwrite the current values in the model you want to clone
Provide the Clone spec to clone a dataset with a filter and the model Or Provide parameters to overwrite the current values in the model you want to clone
Make all properties in T optional
Ok
Bad Request
Internal Server Error
{- "name": "string",
- "packageId": "string",
- "description": "string",
- "projectId": "string",
- "scope": "private",
- "status": "created",
- "tags": [
- "string"
], - "labels": [
- "string"
], - "configuration": {
- "label_to_id_map": {
- "property1": 0,
- "property2": 0
}
}, - "inputType": "image",
- "outputType": "class",
- "datasetId": "string",
- "artifacts": [
- {
- "type": "item",
- "itemId": "string"
}
], - "metadata": {
- "system": {
- "archived": true,
- "ontologyId": "string",
- "train": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "predict": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "evaluate": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "deploy": {
- "datasets": [
- "string"
], - "services": [
- "string"
], - "executions": [
- "string"
]
}, - "subsets": {
- "train": {
- "property1": null,
- "property2": null
}, - "validation": {
- "property1": null,
- "property2": null
}
}
}
}, - "moduleName": "string"
}
{- "name": "My Model",
- "description": "My Model Description",
- "packageId": "packageId",
- "projectId": "projectId"
}